Call msgfmt -c to catch format string errors
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Jul 2005 14:28:44 +0000 (14:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 25 Jul 2005 14:28:44 +0000 (14:28 +0000)
po-properties/ChangeLog
po-properties/Makefile.in.in

index 4d7b5df2737e7f0058a3f61aeabc1973eddbbefb..b9b789ae9772e7faa9d1c3737366db27d565c5e6 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-25 Matthias Clasen <mclasen@redhat.com>
+
+       * Makefile.in.in: Call msgfmt with -c to catch
+       format string errors.
+
 2005-07-25 Ankit Patel <ankit644@yahoo.com>
 
        * gu.po: Updated Gujarati Translation.
index dbab0394baa52f98c9b67d6eae13863ee3a768a2..dcbf72dbc65bb1810a7a3a9506bffd70f1805d2e 100644 (file)
@@ -80,7 +80,7 @@ INSTOBJEXT = @INSTOBJEXT@
 
 .po.gmo:
        file=$(srcdir)/`echo $* | sed 's,.*/,,'`.gmo \
-         && rm -f $$file && $(GMSGFMT) -o $$file $<
+         && rm -f $$file && $(GMSGFMT) -c -o $$file $<
 
 .po.cat:
        sed -f ../intl/po2msg.sed < $< > $*.msg \